chore(deps): update Node.js to 24.19.0 and npm to 11.17.0 - #322
Merged
Conversation
Bundle ReportBundle size has no change ✅ |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #322 +/- ##
=======================================
Coverage 42.38% 42.38%
=======================================
Files 994 994
Lines 49877 49877
Branches 5887 5887
=======================================
Hits 21142 21142
Misses 27798 27798
Partials 937 937
Flags with carried forward coverage won't be shown. Click here to find out more. |
rlorenzo
force-pushed
the
chore/node-24.19.0
branch
from
August 25, 2026 02:08
cda3ed0 to
1685260
Compare
- Bumps npm alongside Node: 24.19.0 bundles npm 11.17.0, and leaving the pin at 11.13.0 would have split local Volta from the npm Jenkins uses - Picks up 22 CVE fixes from the 24.17.0 and 24.18.1 security releases
rlorenzo
force-pushed
the
chore/node-24.19.0
branch
from
August 25, 2026 02:11
1685260 to
dabfd18
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the pinned toolchain to Node 24.19.0 / npm 11.17.0, now that
NodeJS 24.19.0is available in Jenkins.Changelog: 24.16.0 → 24.19.0
http.Agentqueue poisoning. OpenSSL 3.5.7, nghttp2 1.69.0.Buffer.poolSize8 KiB → 64 KiB. npm 11.16.0.22 CVEs fixed. No V8 version change, nothing SEMVER-MAJOR outside the vendored nghttp2 bump.
Notes
volta.npmpin. 24.19.0 bundles 11.17.0, so bumping Node alone would split local Volta from the npm Jenkins runs. No lockfile churn.Buffer.poolSize8 KiB → 64 KiB is the only default-behavior change here. Allocation tradeoff, not an API break, but worth a glance at TEST memory after deploy.package.jsonand switches on first use.package-lock.jsonunchanged (enginesis">=24"); GitHub Actions pinnode-version: 24and need no edit.Testing
Backend 2725/2725, frontend 1203/1203,
verify:buildand pre-commit hooks pass.